Platform Explorer / Nuxeo Platform 2023.10

Operation Context.PullDocumentList (Pull Document List)

Description

Restore the first saved input document list in the context input stack
Operation id Context.PullDocumentList
AliasesDocument.PullList
Category Push & Pop
Label Pull Document List
Requires
Since

Parameters

No parameters.

Signature

Inputs void
Outputs documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.stack.PullDocumentList
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Context.PullDocumentList",
  "aliases" : [ "Document.PullList" ],
  "label" : "Pull Document List",
  "category" : "Push & Pop",
  "requires" : null,
  "description" : "Restore the first saved input document list in the context input stack",
  "url" : "Context.PullDocumentList",
  "signature" : [ "void", "documents" ],
  "params" : [ ]
}